From d6a6b3918ba803f7657ec2c1e4f547701788731f Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 23 Mar 2017 15:53:37 +0100 Subject: [PATCH] x86/viridian: annotate intentional fallthrough This stops Coverity complaining. Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich --- xen/arch/x86/hvm/viridian.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/viridian.c b/xen/arch/x86/hvm/viridian.c index 986fde5832..aa9b87c0ab 100644 --- a/xen/arch/x86/hvm/viridian.c +++ b/xen/arch/x86/hvm/viridian.c @@ -965,7 +965,7 @@ int viridian_hypercall(struct cpu_user_regs *regs) default: gprintk(XENLOG_WARNING, "unimplemented hypercall %04x\n", input.call_code); - + /* Fallthrough. */ case HvGetPartitionId: case HvExtCallQueryCapabilities: /* -- 2.30.2